return ((SwingBeanInfo)this).createBeanDescriptor(classJTextComponent, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.FALSE, "shortDescription", "<A description of this component>."});
public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("caretColor", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "the color used to render the caret "}), this.createPropertyDescriptor("margin", new Object[]{"bound", Boolean.TRUE, "shortDescription", "desired space between the border and text area "}), this.createPropertyDescriptor("focusAccelerator", new Object[]{"bound", Boolean.TRUE, "shortDescription", "accelerator character used to grab focus "}), this.createPropertyDescriptor("disabledTextColor", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "color used to render disabled text "}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("opaque", new Object[]{"shortDescription", "opaque"}), this.createPropertyDescriptor("UI", new Object[]{"shortDescription", "UI"}), this.createPropertyDescriptor("preferredScrollableViewportSize", new Object[]{"shortDescription", "preferredScrollableViewportSize"}), this.createPropertyDescriptor("selectionEnd", new Object[]{"bound", Boolean.FALSE, "shortDescription", "ending location of the selection."}), this.createPropertyDescriptor("selectionStart", new Object[]{"bound", Boolean.FALSE, "shortDescription", "starting location of the selection."}), this.createPropertyDescriptor("document", new Object[]{"bound", Boolean.TRUE, "expert", Boolean.TRUE, "shortDescription", "the text document model "}), this.createPropertyDescriptor("caretPosition", new Object[]{"bound", Boolean.FALSE, "shortDescription", "the caret position"}), this.createPropertyDescriptor("selectionColor", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "color used to render selection background "}), this.createPropertyDescriptor("keymap", new Object[]{"bound", Boolean.TRUE, "shortDescription", "set of key event to action bindings to use "}), this.createPropertyDescriptor("scrollableTracksViewportWidth", new Object[]{"shortDescription", "scrollableTracksViewportWidth"}), this.createPropertyDescriptor("focusTraversable", new Object[]{"shortDescription", "focusTraversable"}), this.createPropertyDescriptor("caret", new Object[]{"bound", Boolean.TRUE, "expert", Boolean.TRUE, "shortDescription", "the caret used to select/navigate "}), this.createPropertyDescriptor("text", new Object[]{"bound", Boolean.FALSE, "shortDescription", "the text of this component"}), this.createPropertyDescriptor("scrollableTracksViewportHeight", new Object[]{"shortDescription", "scrollableTracksViewportHeight"}), this.createPropertyDescriptor("selectedText", new Object[]{"shortDescription", "selectedText"}), this.createPropertyDescriptor("editable", new Object[]{"bound", Boolean.FALSE, "shortDescription", "specifies if the text can be edited"}), this.createPropertyDescriptor("highlighter", new Object[]{"bound", Boolean.TRUE, "expert", Boolean.TRUE, "shortDescription", "object responsible for background highlights "}), this.createPropertyDescriptor("selectedTextColor", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "color used to render selected text "}), this.createPropertyDescriptor("actions", new Object[]{"shortDescription", "actions"})};